tools: consistently use $(PYTHON)
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 23 Jun 2009 10:13:29 +0000 (11:13 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 23 Jun 2009 10:13:29 +0000 (11:13 +0100)
Signed-off-by: Christoph Egger <Christoph. Egger@amd.com>
tools/python/Makefile

index 295bd36ec8f0cc16ed2bd9e7c366411f28dfa4e0..d5037ae2f5d567621180451dfeb10bd37f95fa9c 100644 (file)
@@ -87,7 +87,7 @@ install-messages: all
 
 .PHONY: test
 test:
-       export LD_LIBRARY_PATH=$$(readlink -f ../libxc):$$(readlink -f ../xenstore); python test.py -b -u
+       export LD_LIBRARY_PATH=$$(readlink -f ../libxc):$$(readlink -f ../xenstore); $(PYTHON) test.py -b -u
 
 .PHONY: clean
 clean: